home *** CD-ROM | disk | FTP | other *** search
- #VRML V1.0 ascii
-
- Separator {
- DEF BackgroundColor Info { string "0.5 0.5 0.5" }
- DEF Viewer Info { string "walk" }
- DEF ViewerSpeed Info { string "0.3" }
-
- Clock { }
-
- PerspectiveCamera {
- position 0 0 20
- }
-
- Texture2 { filename "images/duke.gif" }
-
- AnimatedTexture {
- speed 10
- frames 16
- sequence [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ]
- }
-
- Rotor { rotation 0 0 1 1.57
- speed 0.2 }
- Rotor { rotation 1 0 0 0
- speed 0.361 }
-
- Separator {
- Translation { translation 0 7 0 }
- Material { diffuseColor 1 1 1 }
- Sphere { radius 5 }
- }
-
- Separator {
- Translation { translation 7 0 0 }
- Material { diffuseColor 0.8 1 0.8 }
- Sphere { radius 5 }
- }
-
- Separator {
- Translation { translation -7 0 0 }
- Material { diffuseColor 0.8 0.8 1 }
- Sphere { radius 5 }
- }
-
- }
-